From 9051eefd3994d41d39f9eded7fed668e89c07c95 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 27 Jun 2009 04:57:43 +0000 Subject: [PATCH] Add ascii conversions for unicode em and em dash, single left and right quote. --- cet/ansi_x3_4_1968.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cet/ansi_x3_4_1968.h b/cet/ansi_x3_4_1968.h index f8ce866aa..3305fb6bf 100644 --- a/cet/ansi_x3_4_1968.h +++ b/cet/ansi_x3_4_1968.h @@ -336,7 +336,11 @@ const cet_ucs4_link_t cet_ucs4_to_ansi_x3_4_1968_extra[] = {0x2006, (unsigned char) ' '}, // six-per-em space {0x2010, (unsigned char) '-'}, // hyphen {0x2011, (unsigned char) '-'}, // non-breaking hyphen + {0x2013, (unsigned char) '-'}, // en dash + {0x2014, (unsigned char) '-'}, // em dash {0x2017, (unsigned char) '='}, // double low line + {0x2018, (unsigned char) '`'}, // left single quotation mark + {0x2019, (unsigned char) '\''}, // right single quotation mark {0x201C, (unsigned char) '"'}, {0x201D, (unsigned char) '"'}, {0x2032, (unsigned char) '\''}, // prime -- 2.30.2